Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 3, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
infection/infection ^0.29.12 -> ^0.31.0 age adoption passing confidence

Release Notes

infection/infection (infection/infection)

v0.31.9: Support PHPStan-dev version in PHPStanAdapter

Compare Source

Changed:

Full Changelog: infection/infection@0.31.8...0.31.9

v0.31.8

Compare Source

Changed:

Full Changelog: infection/infection@0.31.7...0.31.8

v0.31.7: Show uncovered mutants to output when --with-uncovered is used

Compare Source

Fixed:

Full Changelog: infection/infection@0.31.6...0.31.7

v0.31.6: Introduce --logger-text option

Compare Source

Added:

  • Introduce --logger-text option to enforce text logger file path by @​romm in #​2438

Full Changelog: infection/infection@0.31.5...0.31.6

v0.31.5

Compare Source

Fixed:

  • Fix --dry-run option using DryRunProcess wrapper (alternative approach) by @​sanmai in #​2435

Changed:

Full Changelog: infection/infection@0.31.4...0.31.5

v0.31.4

Compare Source

Changed:

Internal:

Full Changelog: infection/infection@0.31.3...0.31.4

v0.31.3: PHPStan running out of memory when attempting --static-analysis-tool=phpstan

Compare Source

Fixed:

Changed:

Internal:

Full Changelog: infection/infection@0.31.2...0.31.3

v0.31.2: --static-analysis-tool-options and no MSI shown by default for non-covered code

Compare Source

Added:

  • Remove Mutation Score Indicator (MSI) from default output, show only with --with-uncovered by @​Copilot in #​2378

Changed:

  • Add --static-analysis-tool-options CLI option with proper multiple options support by @​Copilot in #​2374

Internal:

New Contributors

Full Changelog: infection/infection@0.31.1...0.31.2

v0.31.1: Cleanup old PHPUnit cache files in Infection tmp directory

Compare Source

Added:

Internal:

Full Changelog: infection/infection@0.31.0...0.31.1

v0.31.0

Compare Source

Changed:

Fixed:

  • Fix CLI output rendering for diffs which contain symfony-style like text by @​staabm in #​2338

Internal:

Backward Compatibility Break

This version introduces BC Break. Do the following:

  1. If you used Infection for all the code, including uncovered, like bin/infection, now you need to add --with-uncovered, because by default, Infection doesn't mutate uncovered code anymore
- bin/infection
+ bin/infection --with-uncovered
  1. If you used Infection for the only code covered by tests, like bin/infection --only-covered, you need to remove this option because now this is a default behavior and this options has been removed
- bin/infection --only-covered
+ bin/infection
  1. If you used Infection for all the code, including uncovered, but now you want to mutated only covered code, do nothing (default behavior has been changed)

# continue using
bin/infection

Full Changelog: infection/infection@0.30.3...0.31.0

v0.30.3

Compare Source

Changed:

Fixed:

  • Fix CLI output rendering for diffs which contain symfony-style like text by @​staabm in #​2338

Internal:

Backward Compatibility Break

This version introduces BC Break. Do the following:

  1. If you used Infection for all the code, including uncovered, like bin/infection, now you need to add --with-uncovered, because by default, Infection doesn't mutate uncovered code anymore
- bin/infection
+ bin/infection --with-uncovered
  1. If you used Infection for the only code covered by tests, like bin/infection --only-covered, you need to remove this option because now this is a default behavior and this options has been removed
- bin/infection --only-covered
+ bin/infection
  1. If you used Infection for all the code, including uncovered, but now you want to mutated only covered code, do nothing (default behavior has been changed)

# continue using
bin/infection

Full Changelog: infection/infection@0.30.3...0.31.0

v0.30.2

Compare Source

Added:

Changed:

Fixed:

Internal:

Full Changelog: infection/infection@0.30.2...0.30.3

v0.30.1

Compare Source

Changed:

Internal:

Full Changelog: infection/infection@0.30.1...0.30.2

v0.30.0

Compare Source

Changed:

Fixed:

Internal:

Full Changelog


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the renovate Pull requests that update a dependency file label Jul 3, 2025
@renovate
Copy link
Contributor Author

renovate bot commented Jul 3, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: composer.lock
Command failed: composer update infection/infection:0.31.9 --with-dependencies --ignore-platform-req='ext-*' --ignore-platform-req='lib-*' --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins --minimal-changes
Loading composer repositories with package information
Dependency symfony/console is also a root requirement. Package has not been listed as an update argument, so keeping locked at old version. Use --with-all-dependencies (-W) to include root dependencies.
Dependency symfony/finder is also a root requirement. Package has not been listed as an update argument, so keeping locked at old version. Use --with-all-dependencies (-W) to include root dependencies.
Dependency psr/log is also a root requirement. Package has not been listed as an update argument, so keeping locked at old version. Use --with-all-dependencies (-W) to include root dependencies.
Dependency psr/container is also a root requirement. Package has not been listed as an update argument, so keeping locked at old version. Use --with-all-dependencies (-W) to include root dependencies.
Dependency psr/clock is also a root requirement. Package has not been listed as an update argument, so keeping locked at old version. Use --with-all-dependencies (-W) to include root dependencies.
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires infection/infection ^0.31.0, found infection/infection[0.31.0, ..., 0.31.9] but these were not loaded, likely because it conflicts with another require.
  Problem 2
    - roave/infection-static-analysis-plugin is locked to version 1.39.0 and an update of this package was not requested.
    - roave/infection-static-analysis-plugin 1.39.0 requires infection/infection 0.29.14 -> found infection/infection[0.29.14] but it conflicts with your root composer.json require (^0.31.0).

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.

@renovate renovate bot force-pushed the renovate/infection-infection-0.x branch 2 times, most recently from c83540f to 385c572 Compare July 6, 2025 04:54
@renovate renovate bot force-pushed the renovate/infection-infection-0.x branch 2 times, most recently from 04db8b3 to a4b126a Compare July 28, 2025 18:51
@renovate renovate bot changed the title Update dependency infection/infection to ^0.30.0 Update dependency infection/infection to ^0.31.0 Jul 28, 2025
@renovate renovate bot force-pushed the renovate/infection-infection-0.x branch 2 times, most recently from 7d3ef66 to f1a0275 Compare July 30, 2025 01:41
@renovate renovate bot force-pushed the renovate/infection-infection-0.x branch 4 times, most recently from 3ae460c to d296eb2 Compare August 15, 2025 22:11
@renovate renovate bot force-pushed the renovate/infection-infection-0.x branch 4 times, most recently from afeb1b0 to 13e5756 Compare August 29, 2025 10:14
@renovate renovate bot force-pushed the renovate/infection-infection-0.x branch 10 times, most recently from 2c29e28 to bbf6ec2 Compare September 7, 2025 04:52
@renovate renovate bot force-pushed the renovate/infection-infection-0.x branch 3 times, most recently from 5b0df09 to 23a0fc7 Compare September 12, 2025 12:10
@renovate renovate bot force-pushed the renovate/infection-infection-0.x branch 3 times, most recently from 05494f0 to c988f0f Compare September 19, 2025 10:59
@renovate renovate bot changed the base branch from 3.12.x to 3.13.x September 19, 2025 11:01
@renovate renovate bot force-pushed the renovate/infection-infection-0.x branch 2 times, most recently from d4af904 to 898d835 Compare October 7, 2025 11:09
@renovate renovate bot force-pushed the renovate/infection-infection-0.x branch from 898d835 to 5bdd267 Compare October 15, 2025 15:03
@renovate renovate bot force-pushed the renovate/infection-infection-0.x branch 2 times, most recently from ce36cab to 5aa2f57 Compare November 4, 2025 02:02
@renovate renovate bot force-pushed the renovate/infection-infection-0.x branch 4 times, most recently from d635bdd to 1af1b92 Compare November 14, 2025 22:15
@renovate renovate bot force-pushed the renovate/infection-infection-0.x branch 2 times, most recently from de60c45 to d2594d1 Compare November 21, 2025 11:47
@renovate renovate bot changed the base branch from 3.13.x to 3.14.x November 21, 2025 12:42
@renovate renovate bot force-pushed the renovate/infection-infection-0.x branch from d2594d1 to 513cd0c Compare November 26, 2025 21:37
| datasource | package             | from    | to     |
| ---------- | ------------------- | ------- | ------ |
| packagist  | infection/infection | 0.29.14 | 0.31.9 |


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/infection-infection-0.x branch from 513cd0c to ae92363 Compare November 27, 2025 03:29
@renovate renovate bot changed the title Update dependency infection/infection to ^0.31.0 Update dependency infection/infection to ^0.31.0 - autoclosed Nov 29, 2025
@renovate renovate bot closed this Nov 29, 2025
@renovate renovate bot deleted the renovate/infection-infection-0.x branch November 29, 2025 19:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

renovate Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant